home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Install < prev    next >
Encoding:
Text File  |  1998-02-16  |  661 b   |  27 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                  INSTALL
  3.  
  4.  
  5.    USE:
  6.    The main use of this command is to prepare boot disks so that when they
  7.    are inserted upon startup the computer will identify the disk and start
  8.    using it.
  9.  
  10.    PATH:
  11.    C:
  12.  
  13.    SYSTEM:
  14.    2.0 (enhanced), 2.1, 3.0
  15.  
  16.    EXAMPLES:
  17.    1>INSTALL DF0:
  18.    1>INSTALL DF1:
  19.    1>INSTALL DF1: FFS
  20.  
  21.    NOTES:
  22.    The FFS attachment in the last example above instructs Install to write
  23.    a FFS (fast file system) bootblock. (see Format covered in applications)
  24.  
  25.    It is important to note that merely installing a disk does not constitute
  26.    a complete workbench disk.
  27.